Skip to content

doc: add DataView to crypto.scrypt() and scryptSync()#21549

Closed
Flarna wants to merge 2 commits into
nodejs:masterfrom
Flarna:doc_crypto_scrypt
Closed

doc: add DataView to crypto.scrypt() and scryptSync()#21549
Flarna wants to merge 2 commits into
nodejs:masterfrom
Flarna:doc_crypto_scrypt

Conversation

@Flarna

@Flarna Flarna commented Jun 26, 2018

Copy link
Copy Markdown
Member

crypto.scrypt() and crypto.scryptSync() support also DataView like most other crypto Apis.

crypto.scrypt() and crypto.scryptSync() support also DataView like most
other crypto Apis.
@nodejs-github-bot nodejs-github-bot added crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. labels Jun 26, 2018

@bnoordhuis bnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do the same for pbkdf2() and pbkdf2Sync()? Same commit or separate commit, either way is fine.

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

@vsemozhetbyt vsemozhetbyt added fast-track PRs that do not need to wait for 72 hours to land. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jun 27, 2018
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Landed in 4218573
Thank you!

vsemozhetbyt pushed a commit that referenced this pull request Jun 28, 2018
crypto.scrypt(), crypto.scryptSync(),
crypto.pbkdf2(), and crypto.pbkdf2Sync()
support also DataView like most other crypto APIs.

PR-URL: #21549
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jun 28, 2018
crypto.scrypt(), crypto.scryptSync(),
crypto.pbkdf2(), and crypto.pbkdf2Sync()
support also DataView like most other crypto APIs.

PR-URL: #21549
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@Flarna Flarna deleted the doc_crypto_scrypt branch June 28, 2018 19:04
@targos targos mentioned this pull request Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 72 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants